MESCIUS SPREAD for Windows Forms 15.0J
CreateGradientFill(IStyles,Double,GradientStop[]) メソッド

グラデーション塗りつぶしを作成するGrapeCity.Spreadsheet.IStylesオブジェクト。
線形グラデーションの角度を示すSystem.Double値。
グラデーションストップを示すGrapeCity.Spreadsheet.GradientStopの配列。
線形グラデーション塗りつぶしを作成します。
構文
'宣言
 
Public Overloads Shared Function CreateGradientFill( _
   ByVal styles As IStyles, _
   ByVal degree As Double, _
   ByVal gradientStops() As GradientStop _
) As Fill
public static Fill CreateGradientFill( 
   IStyles styles,
   double degree,
   GradientStop[] gradientStops
)

パラメータ

styles
グラデーション塗りつぶしを作成するGrapeCity.Spreadsheet.IStylesオブジェクト。
degree
線形グラデーションの角度を示すSystem.Double値。
gradientStops
グラデーションストップを示すGrapeCity.Spreadsheet.GradientStopの配列。

戻り値の型

作成されたグラデーション塗りつぶしを表すGrapeCity.Spreadsheet.Fill値。
参照

StyleExtensions クラス
StyleExtensions メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.